home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
Pakiet multimedia
/
Linux LiveCD
/
GeeXboX 1.0 EN
/
geexbox-1.0-en.i386.iso
/
GEEXBOX
/
etc
/
init.d
/
80_debug
< prev
next >
Wrap
Text File
|
2006-06-21
|
289b
|
15 lines
#!/bin/sh
#
# start a debugging shell
#
# runlevels: debug
# give a shell to MPlayer in debug mode
echo "### Starting debugging shell ###"
sed -i 's%ok=\"quit 166\"/>%ok=\"quit 166\"/> <e name=\"Console\" ok=\"set_menu console\"/>%' /etc/mplayer/menu.conf
# start shell
/bin/sh
exit 0